home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK2.toast / Development Kits (Disc 2) / ScriptX / ScriptX Platforms / PPC / Importrs / powermac / group < prev    next >
Encoding:
Text File  |  1996-05-21  |  2.6 KB  |  228 lines  |  [TEXT/MPS ]

  1. # Movie IMPORTER CLASS
  2. movieimporterclass
  3. movie.imp
  4. movieiEntryPoint
  5. 0
  6. 1
  7. LoaderTypeLinkable
  8. false
  9.  
  10. # Movie IMPORTER EPHEMERAL UNIT
  11. movieimporterephem
  12. movie.eph
  13. movieiEntryPoint
  14. 0
  15. 1
  16. LoaderTypeEphemeral
  17. true
  18.  
  19. # PICT IMPORTER CLASS
  20.  
  21. pictimporterclass
  22. pict.imp
  23. PictClassEntryPoint
  24. 0
  25. 1
  26. LoaderTypeLinkable
  27. false
  28.  
  29. # PICT IMPORTER EPHEMERAL UNIT
  30.  
  31. pictimporterephem
  32. pict.eph
  33. pictEphemEntryPoint
  34. 0
  35. 1
  36. LoaderTypeEphemeral
  37. true
  38.  
  39. # AIFF IMPORTER CLASS
  40.  
  41. aiffimporterclass
  42. aiff.imp
  43. aiffEntryPoint
  44. 0
  45. 1
  46. LoaderTypeLinkable
  47. false
  48.  
  49. # AIFF IMPORTER EPHEMERAL UNIT
  50.  
  51. aiffimporterephem
  52. aiff.eph
  53. aiffEntryPoint
  54. 0
  55. 1
  56. LoaderTypeEphemeral
  57. true
  58.  
  59.  
  60. # SND IMPORTER CLASS
  61.  
  62. sndimporterclass
  63. snd.imp
  64. entryPoint
  65. 0
  66. 1
  67. LoaderTypeLinkable
  68. false
  69.  
  70. # SND IMPORTER EPHEMERAL UNIT
  71.  
  72. sndimporterephem
  73. snd.eph
  74. SNDentryPoint
  75. 0
  76. 1
  77. LoaderTypeEphemeral
  78. true
  79.  
  80. # RTF IMPORTER CLASS
  81.  
  82. RTFimporterclass
  83. rtf.imp
  84. RTFClassEntryPoint
  85. 0
  86. 1
  87. LoaderTypeLinkable
  88. false
  89.  
  90. # RTF IMPORTER EPHEMERAL UNIT
  91.  
  92. SXRTFImporterEphem
  93. rtf.eph
  94. rtfEphemEntryPoint
  95. 0
  96. 1
  97. LoaderTypeEphemeral
  98. true
  99.  
  100. # DIB IMPORTER CLASS
  101.  
  102. DIBimporterclass
  103. DIB.imp
  104. DIBClassEntryPoint
  105. 0
  106. 1
  107. LoaderTypeLinkable
  108. false
  109.  
  110. # DIB IMPORTER EPHEMERAL UNIT
  111.  
  112. SXDIBImporterEphem
  113. DIB.eph
  114. DIBEphemEntryPoint
  115. 0
  116. 1
  117. LoaderTypeEphemeral
  118. true
  119.  
  120. # WAVE IMPORTER CLASS
  121.  
  122. waveimporterclass
  123. wav.imp
  124. entryPoint
  125. 0
  126. 1
  127. LoaderTypeLinkable
  128. false
  129.  
  130. # WAVE IMPORTER EPHEMERAL UNIT
  131.  
  132. waveimporterephem
  133. wav.eph
  134. entryPoint
  135. 0
  136. 1
  137. LoaderTypeEphemeral
  138. true
  139.  
  140. # QtBitmap IMPORTER CLASS
  141.  
  142. qtbitmapimporterclass
  143. qt.bmp.imp
  144. qtbitmapEntryPoint
  145. 0
  146. 1
  147. LoaderTypeLinkable
  148. false
  149.  
  150. # QtBitmap IMPORTER EPHEMERAL UNIT
  151.  
  152. QTBitmapimporterephem
  153. qt.bmp.eph
  154. qtbitmapEntryPoint
  155. 0
  156. 1
  157. LoaderTypeEphemeral
  158. true
  159.  
  160.  
  161. # MIDI IMPORTER CLASS
  162.  
  163. midiimporterclass
  164. midi.imp
  165. MIDIEntryPoint
  166. 0
  167. 1
  168. LoaderTypeLinkable
  169. false
  170.  
  171. # MIDI IMPORTER EPHEMERAL UNIT
  172.  
  173. midiimporterephem
  174. midi.eph
  175. MIDIEntryPoint
  176. 0
  177. 1
  178. LoaderTypeEphemeral
  179. true
  180.  
  181. # Text IMPORTER CLASS
  182. TextImporter                        # name of loadable unit
  183. text.imp                            # file to load
  184. entryPoint                            # Name of entrypoint/exitpoint functions(), when loaded
  185. 0                                    # System version, use 0
  186. 1                                    # Unit version, use 1
  187. LoaderTypeLinkable                    # Linkable means it stays around
  188. false                                # On load list flag - if true loaded during process
  189.  
  190. # Text EXPORTER CLASS
  191. TextExporter
  192. text.exp
  193. entryPoint
  194. 0
  195. 1
  196. LoaderTypeLinkable
  197. false
  198.  
  199. # Text IMPORTER EPHEMERAL UNIT
  200. TextEphem
  201. text.eph
  202. entryPoint
  203. 0
  204. 1
  205. LoaderTypeEphemeral                    # Ephemeral means load, execute entrypoint, release
  206. true                                # On load list flag - if true loaded during process
  207.  
  208. # KIC
  209.  
  210. # KIC IMPORTER CLASS
  211. kicimporterclass
  212. kic.imp
  213. KICEntryPoint
  214. 0
  215. 1
  216. LoaderTypeLinkable
  217. false
  218.  
  219. # KIC IMPORTER EPHEMERAL UNIT
  220. kicimporterephem
  221. kic.eph
  222. KICEntryPoint
  223. 0
  224. 1
  225. LoaderTypeEphemeral
  226. true
  227.  
  228.